03.11.25 – von
Marius Schröder
JSON vs TOON — A new era of structured input?
In times where prompts are growing larger and AI models are getting more powerful, one question keeps coming up: how can we keep costs and processing times low?
Weiterlesen24.10.25 – von
Marius Schröder
⚡ Real-Time Progress Updates for Long-Running API Tasks with Server-Sent Events (SSE) in ASP.NET
When you trigger a long-running operation through an API — like generating a document, compiling a report, or uploading a processed file to cloud storage, users hate waiting in silence.
Wouldn’t it be great if your backend could continuously stream progress updates back to the browser in real time, without needing WebSockets or polling?
Weiterlesen23.10.25 – von
Thomas Pentenrieder
Sending Notifications in Microsoft Teams apps
For my Microsoft Teams apps I recently added support for Teams-native notificationsThis allows me to conveniently send notifications through Microsoft Teams without having to manage some kind of push service myself.
Weiterlesen